net/http.http2Transport.vlogf (method)

7 uses

	net/http (current package)
		h2_bundle.go#L8058: 			t.vlogf("http2: Transport failed to get client conn for %s: %v", addr, err)
		h2_bundle.go#L8069: 					t.vlogf("RoundTrip retrying after failure: %v", roundTripErr)
		h2_bundle.go#L8078: 					t.vlogf("RoundTrip retrying after failure: %v", roundTripErr)
		h2_bundle.go#L8103: 			t.vlogf("RoundTrip failure: %v", err)
		h2_bundle.go#L8273: 		t.vlogf("http2: Transport creating client conn %p to %v", cc, c.RemoteAddr())
		h2_bundle.go#L10770: 	cc.t.vlogf(format, args...)
		h2_bundle.go#L10773: func (t *http2Transport) vlogf(format string, args ...interface{}) {